home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part2 / 10882 < prev    next >
Encoding:
Text File  |  1996-08-05  |  1.7 KB  |  45 lines

  1. Path: netnews.uthscsa.edu!usenet
  2. From: Merardo Monzon <Monzon@uthscsa.edu>
  3. Newsgroups: comp.lang.c
  4. Subject: Symantec C++ 7.0.6 for the Mac (using Thick C enabled feature)
  5. Date: Wed, 20 Mar 1996 09:35:09 -0800
  6. Organization: U.T. Health Science Center At San Antonio
  7. Message-ID: <315041CD.19E0@uthscsa.edu>
  8. NNTP-Posting-Host: monzonpc.uthscsa.edu
  9. Mime-Version: 1.0
  10. Content-Type: text/plain; charset=us-ascii
  11. Content-Transfer-Encoding: 7bit
  12. X-Mailer: Mozilla 2.01 (Win95; I)
  13. CC: comp.lang.c.moderatred
  14.  
  15. I've declared a global character type variable as follows:
  16.  
  17. char  tHd[] = {
  18. "<FONT SIZE=3><CENTER>\n<DL>\n \
  19. <DD><A HREF=\"#PR_APPIN\">Nelda Appin</A> \n \
  20. <DD><A HREF=\"#PR_BURNFIELD\">Dean Burnfield</A>\n \
  21. <DD><A HREF=\"#PR_GAYDOU\">Diane Gaydou</A> \n \
  22. <DD><A HREF=\"#PR_HOLM\">Mike Holm</A> \n \
  23. <DD><A HREF=\"#PR_MALOY\">Anna Maloy</A> \n \
  24. <DD><A HREF=\"#PR_MASCORRO\">Daniel Mascorro</A>\n \
  25. <DD><A HREF=\"#PR_MONZON\">Merardo Monzon</A> \n \
  26. <DD><A HREF=\"#PR_ORTIZA\">Albert Ortiz</A> \n \
  27. <DD><A HREF=\"#PR_PIERCE\">Debbie Pierce</A>\n \
  28. <DD><A HREF=\"#PR_REICHERT\">David Reichert</A>\n \
  29. <DD><A HREF=\"#PR_SCHOOLFIELD\">John Schoolfield</A>\n \
  30. <DD><A HREF=\"#PR_SHIAU\">SHIAU</A>\n \
  31. <DD><A HREF=\"#PR_WOOD\">Robert Wood</A> \n \
  32. <DD><A HREF=\"#PR_YUAN\">YUAN</A>\n \
  33. </DL></Center></Font>\n<br><pre>"
  34. };
  35.   The entire string is NOT stored by the char array tHd.  The string is 
  36. truncated after 479 bytes.  Why?  Is this particular to Symantec C++ 
  37. 7.0.6 (with this product one can select the compiler to use C or C++).
  38.  
  39. Please respond directly to my e-mail address.  
  40. There must be someone using this product on the Mac.
  41.  
  42. Merardo Monzon
  43. Monzon@uthscsa.edu
  44. UT Health Science Center At San Antonio, Tx
  45.